home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / resources / templates / tablist < prev    next >
Encoding:
Extensible Markup Language  |  2007-11-12  |  3.8 KB  |  112 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml"
  5.       xmlns:t="http://www.participatorypolitics.org/"
  6.       xmlns:i18n="http://www.participatoryculture.org/i18n"
  7.       eventCookie="@@@eventCookie@@@" dtvPlatform="@@@dtvPlatform@@@">
  8. <head>
  9.     <title>video player interface</title>
  10.  
  11.     <link rel="stylesheet" type="text/css" href="resource:css/style.css" />
  12.     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  13.     <t:include filename="dynamic.js" />
  14.     <script type="text/javascript" src="resource:templates/osxdnd.js" />
  15.     <t:execOnLoad><![CDATA[
  16. guideTabs = views.guideTabs
  17. staticTabs = views.staticTabs
  18. feedTabs = kargs['channelTabOrder'].getView()
  19. playlistTabs = kargs['playlistTabOrder'].getView()
  20. ]]>
  21.     </t:execOnLoad>
  22. </head>
  23. <body>
  24.  
  25. <div id="sidebar">
  26.   <div class="tab-list-drop-target"
  27.           dragdesttype="channel:channelfolder"
  28.           dragdestdata="channel-START"
  29.           drageffectchannel="move" 
  30.       drageffectchannelfolder="move" >
  31.     <ul class="tab-list first">
  32.     <li t:repeatForView="guideTabs" 
  33.       class="***this.getState()***"
  34.       selectID="***this.objID()***" selectViewName="guideTabs"
  35.       selectArea='tablist' 
  36.       onmousedown="return handleContextMenuSelect(event);" 
  37.       onclick="return handleSelect(event);" >
  38.           <t:includeTemplate filename="guidetab" />
  39.     </li>
  40.     <li t:repeatForView="staticTabs" 
  41.       class="***this.getState()***"
  42.       selectID="***this.objID()***" selectViewName="staticTabs"
  43.       selectArea='tablist' 
  44.       onclick="return handleSelect(event);" >
  45.         <t:includeTemplate filename="statictab" />
  46.     </li>
  47.     </ul>
  48.     <div class="dnd-reorder-indicator circle" />
  49.     <div class="dnd-reorder-indicator line" />
  50.   </div>
  51.   <div class="tab-list-drop-target"
  52.     dragdesttype="playlist:playlistfolder"
  53.     dragdestdata="playlist-START"
  54.     drageffectplaylist="move" 
  55.     drageffectplaylistfolder="move" >
  56.     <ul class="tab-list">
  57.       <li t:repeatForView="feedTabs" 
  58.     class="***this.getState()***"
  59.     selectID="***this.objID()***" selectViewName="feedTabs"
  60.     selectArea='tablist' 
  61.     onmousedown="return handleContextMenuSelect(event);" 
  62.         onclick="return handleSelect(event)">
  63.         <div id="***this.getFragment()***">
  64.       <div t:showIf="this.isFeed()">
  65.           <t:includeTemplate filename="feedtab" />
  66.         </div>
  67.       <div t:showIf="this.isChannelFolder()">
  68.           <t:includeTemplate filename="channelfoldertab" />
  69.       </div>
  70.         </div>
  71.       </li>
  72.     </ul>
  73.     <div class="dnd-reorder-indicator circle" />
  74.     <div class="dnd-reorder-indicator line" />
  75.   </div>
  76.   <div class="tab-list-drop-target"
  77.     dragdesttype="channel:channelfolder"
  78.     dragdestdata="channel-END"
  79.     drageffectchannel="move" 
  80.     drageffectchannelfolder="move" >
  81.     <div class="dnd-reorder-indicator show-on-top circle" />
  82.     <div class="dnd-reorder-indicator show-on-top line" />
  83.       <ul class="tab-list">
  84.       <li t:repeatForView="playlistTabs" 
  85.     class="***this.getState()***"
  86.     selectID="***this.objID()***" selectViewName="playlistTabs"
  87.     selectArea='tablist' 
  88.     onmousedown="return handleContextMenuSelect(event);" 
  89.         onclick="return handleSelect(event);">
  90.         <div id="***this.getFragment()***">
  91.       <div t:showIf="this.isPlaylist()">
  92.           <t:includeTemplate filename="playlisttab" />
  93.       </div>
  94.       <div t:showIf="this.isPlaylistFolder()">
  95.               <t:includeTemplate filename="playlistfoldertab" />
  96.       </div>
  97.         </div>
  98.       </li>
  99.     </ul>
  100.   </div>
  101.   <div class="tab-list-drop-target"
  102.       dragdesttype="playlist:playlistfolder"
  103.       dragdestdata="playlist-END"
  104.       drageffectplaylist="move" 
  105.       drageffectplaylistfolder="move" >
  106.       <div class="dnd-reorder-indicator show-on-top circle" />
  107.       <div class="dnd-reorder-indicator show-on-top line" />
  108.     </div>
  109. </div>
  110. </body>
  111. </html>
  112.